table of contents
        
      
      
    | rte_bpf_arg(3) | DPDK | rte_bpf_arg(3) | 
NAME¶
rte_bpf_arg
SYNOPSIS¶
#include <rte_bpf.h>
Data Fields¶
size_t size
  
  size_t buf_size
  
  
Detailed Description¶
function argument information
Definition at line 41 of file rte_bpf.h.
Field Documentation¶
size_t size¶
for ptr type - max size of data buffer it points to for raw type - the size (in bytes) of the value
Definition at line 47 of file rte_bpf.h.
size_t buf_size¶
for mbuf ptr type, max size of rte_mbuf data buffer
Definition at line 48 of file rte_bpf.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
| Thu May 23 2024 | Version 23.11.0 |